{$page.params.organisation} {#await organisationPromise then organisation} {#if organisation.public} {/if} {/await}

{#await organisationPromise}
{:then organisation} {#if organisation.description} {organisation.description} {:else} No description given. {/if} {/await}

Placeholder
{#await organisationPromise}
{#each [1, 2, 3] as _}
{/each}
{:then organisation} {#if currentTab === Tab.CRATES} {#if organisation.crates.length === 0} {/if} {:else if currentTab === Tab.MEMBERS}
{#each organisation.members as member} {/each} {#if newMember} {/if}
v.uuid)} on:new={(member) => { member.detail.permissions = []; member.detail.uuid = member.detail.user_uuid; newMember = member.detail; }} />
{/if} {:catch e} {e} {/await}